Html Css Color HEX #35331C Karaka

📋 copy color: '#35331C'

red 53 ◦ green 51 ◦ blue 28

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

Shades of Karaka #35331C

Tints of Karaka #35331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 40.15%
G = 38.64%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#35331C (or 0x35331C) is known color: Karaka. HEX triplet: 35, 33 and 1C. RGB value is (53,51,28). Sum of RGB (Red+Green+Blue) = 53+51+28=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #35331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35331C is #CACCE3. Grayscale: #313131. Windows color (decimal): -13290724 or 1848117. OLE color: 1848117.

HSL color Cylindrical-coordinate representation of color #35331C: hue angle of 55.2º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #35331C is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 51 28 -
CMYK 0 0.04 0.47 0.79
HSL 55.2º 0.31% 0.16% -
HSV(B) 55.2º 0.47% 0.21% -
XYZ 2.86 3.21 1.57 -
YUV 48.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 53 51 28 0 0.04 0.47 0.79 55.2 0.31 0.16
Hex 35 33 1C 0 4 2F 4F 37 1F 10
Octal 65 63 34 0 4 57 117 67 37 20
Binary 110101 110011 11100 0 100 101111 1001111 110111 11111 10000

Color Harmonies of #35331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35331C

Black with #35331C

Text Example


Text Example

White with #35331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35331C; }

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

 H1.HeaderClassName
 {
   color: #35331C;
 }
 .AnyTagClassName
 {
   color: #35331C;
 }
</style>

background-color css

<style>
 a { background-color: #35331C; }

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

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

border-color css

<style>
 span { border-color: #35331C; }

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

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