Html Css Color HEX #35330A Karaka

📋 copy color: '#35330A'

red 53 ◦ green 51 ◦ blue 10

#35330A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karaka #35330A

Tints of Karaka #35330A

RGB

 RED value IS 53 (21.09% from 255) = 46.49%

 GREEN value IS 51 (20.31% from 255) = 44.74%

 BLUE value IS 10 (4.3% from 255) = 8.77%

R = 46.49%
G = 44.74%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.79

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#35330A (or 0x35330A) is known color: Karaka. HEX triplet: 35, 33 and 0A. RGB value is (53,51,10). Sum of RGB (Red+Green+Blue) = 53+51+10=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #35330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35330A is #CACCF5. Grayscale: #2F2F2F. Windows color (decimal): -13290742 or 668469. OLE color: 668469.

HSL color Cylindrical-coordinate representation of color #35330A: hue angle of 57.21º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35330A is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 51 10 -
CMYK 0 0.04 0.81 0.79
HSL 57.21º 0.68% 0.12% -
HSV(B) 57.21º 0.81% 0.21% -
XYZ 2.71 3.15 0.75 -
YUV 46.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 53 51 10 0 0.04 0.81 0.79 57.21 0.68 0.12
Hex 35 33 A 0 4 51 4F 39 44 C
Octal 65 63 12 0 4 121 117 71 104 14
Binary 110101 110011 1010 0 100 1010001 1001111 111001 1000100 1100

Color Harmonies of #35330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35330A

Black with #35330A

Text Example


Text Example

White with #35330A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35330A; }

 p { color: rgb(53,51,10); }

 H1.HeaderClassName
 {
   color: #35330A;
 }
 .AnyTagClassName
 {
   color: #35330A;
 }
</style>

background-color css

<style>
 a { background-color: #35330A; }

 a { background-color: rgb(53,51,10); }

 div.DivClassName
 {
   background-color: #35330A;
 }
 .BgClassName
 {
   background-color: #35330A;
 }
</style>

border-color css

<style>
 span { border-color: #35330A; }

 span { border-color: rgb(53,51,10); }

 td.TdClassName
 {
   border-color: #35330A;
 }
 .TagClassName
 {
   border-color: #35330A;
 }
</style>